home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / othell1a / main.frm < prev    next >
Text File  |  1998-11-11  |  31KB  |  1,039 lines

  1. VERSION 5.00
  2. Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
  3. Begin VB.Form Form1 
  4.    BackColor       =   &H8000000A&
  5.    Caption         =   "Othello 1.0"
  6.    ClientHeight    =   6210
  7.    ClientLeft      =   60
  8.    ClientTop       =   345
  9.    ClientWidth     =   6975
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   6210
  12.    ScaleWidth      =   6975
  13.    StartUpPosition =   2  'CenterScreen
  14.    Begin VB.Timer Timer1 
  15.       Interval        =   1000
  16.       Left            =   6240
  17.       Top             =   5280
  18.    End
  19.    Begin MSWinsockLib.Winsock Winsock1 
  20.       Left            =   5520
  21.       Top             =   5400
  22.       _ExtentX        =   741
  23.       _ExtentY        =   741
  24.    End
  25.    Begin VB.CommandButton Command3 
  26.       Caption         =   "&End"
  27.       BeginProperty Font 
  28.          Name            =   "Arial"
  29.          Size            =   9.75
  30.          Charset         =   0
  31.          Weight          =   700
  32.          Underline       =   0   'False
  33.          Italic          =   0   'False
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       Height          =   495
  37.       Left            =   5280
  38.       TabIndex        =   4
  39.       Top             =   1920
  40.       Width           =   1455
  41.    End
  42.    Begin VB.CommandButton Command2 
  43.       Caption         =   "&Config"
  44.       BeginProperty Font 
  45.          Name            =   "Arial"
  46.          Size            =   9.75
  47.          Charset         =   0
  48.          Weight          =   700
  49.          Underline       =   0   'False
  50.          Italic          =   0   'False
  51.          Strikethrough   =   0   'False
  52.       EndProperty
  53.       Height          =   495
  54.       Left            =   5280
  55.       TabIndex        =   2
  56.       Top             =   720
  57.       Width           =   1455
  58.    End
  59.    Begin VB.CommandButton Command4 
  60.       Caption         =   "Next Player"
  61.       BeginProperty Font 
  62.          Name            =   "Arial"
  63.          Size            =   9.75
  64.          Charset         =   0
  65.          Weight          =   700
  66.          Underline       =   0   'False
  67.          Italic          =   0   'False
  68.          Strikethrough   =   0   'False
  69.       EndProperty
  70.       Height          =   495
  71.       Left            =   5280
  72.       TabIndex        =   1
  73.       Top             =   2760
  74.       Width           =   1455
  75.    End
  76.    Begin VB.CommandButton Command1 
  77.       Caption         =   "&Start"
  78.       BeginProperty Font 
  79.          Name            =   "Arial"
  80.          Size            =   9.75
  81.          Charset         =   0
  82.          Weight          =   700
  83.          Underline       =   0   'False
  84.          Italic          =   0   'False
  85.          Strikethrough   =   0   'False
  86.       EndProperty
  87.       Height          =   495
  88.       Left            =   5280
  89.       TabIndex        =   0
  90.       Top             =   1320
  91.       Width           =   1455
  92.    End
  93.    Begin VB.Label status 
  94.       BeginProperty Font 
  95.          Name            =   "Arial"
  96.          Size            =   9.75
  97.          Charset         =   0
  98.          Weight          =   700
  99.          Underline       =   0   'False
  100.          Italic          =   0   'False
  101.          Strikethrough   =   0   'False
  102.       EndProperty
  103.       Height          =   255
  104.       Left            =   120
  105.       TabIndex        =   9
  106.       Top             =   5760
  107.       Width           =   1695
  108.    End
  109.    Begin VB.Label swhite 
  110.       Alignment       =   2  'Center
  111.       Caption         =   "2"
  112.       BeginProperty Font 
  113.          Name            =   "Arial"
  114.          Size            =   9.75
  115.          Charset         =   0
  116.          Weight          =   700
  117.          Underline       =   0   'False
  118.          Italic          =   0   'False
  119.          Strikethrough   =   0   'False
  120.       EndProperty
  121.       Height          =   255
  122.       Left            =   5160
  123.       TabIndex        =   8
  124.       Top             =   3720
  125.       Width           =   1695
  126.    End
  127.    Begin VB.Label lblBlack 
  128.       Alignment       =   2  'Center
  129.       Caption         =   "Black"
  130.       BeginProperty Font 
  131.          Name            =   "Arial"
  132.          Size            =   9.75
  133.          Charset         =   0
  134.          Weight          =   700
  135.          Underline       =   0   'False
  136.          Italic          =   0   'False
  137.          Strikethrough   =   0   'False
  138.       EndProperty
  139.       Height          =   255
  140.       Left            =   5160
  141.       TabIndex        =   7
  142.       Top             =   4200
  143.       Width           =   1695
  144.    End
  145.    Begin VB.Label sblack 
  146.       Alignment       =   2  'Center
  147.       Caption         =   "2"
  148.       BeginProperty Font 
  149.          Name            =   "Arial"
  150.          Size            =   9.75
  151.          Charset         =   0
  152.          Weight          =   700
  153.          Underline       =   0   'False
  154.          Italic          =   0   'False
  155.          Strikethrough   =   0   'False
  156.       EndProperty
  157.       Height          =   255
  158.       Left            =   5160
  159.       TabIndex        =   6
  160.       Top             =   4440
  161.       Width           =   1695
  162.    End
  163.    Begin VB.Label lblWhite 
  164.       Alignment       =   2  'Center
  165.       Caption         =   "White"
  166.       BeginProperty Font 
  167.          Name            =   "Arial"
  168.          Size            =   9.75
  169.          Charset         =   0
  170.          Weight          =   700
  171.          Underline       =   0   'False
  172.          Italic          =   0   'False
  173.          Strikethrough   =   0   'False
  174.       EndProperty
  175.       Height          =   255
  176.       Left            =   5160
  177.       TabIndex        =   5
  178.       Top             =   3480
  179.       Width           =   1695
  180.    End
  181.    Begin VB.Image Image1 
  182.       BorderStyle     =   1  'Fixed Single
  183.       Height          =   615
  184.       Index           =   36
  185.       Left            =   2040
  186.       Top             =   3120
  187.       Width           =   615
  188.    End
  189.    Begin VB.Image Image1 
  190.       BorderStyle     =   1  'Fixed Single
  191.       Height          =   615
  192.       Index           =   46
  193.       Left            =   3240
  194.       Top             =   3720
  195.       Width           =   615
  196.    End
  197.    Begin VB.Label lblPlayer 
  198.       Alignment       =   2  'Center
  199.       Caption         =   "PUSH START"
  200.       BeginProperty Font 
  201.          Name            =   "Arial"
  202.          Size            =   15.75
  203.          Charset         =   0
  204.          Weight          =   700
  205.          Underline       =   0   'False
  206.          Italic          =   -1  'True
  207.          Strikethrough   =   0   'False
  208.       EndProperty
  209.       Height          =   375
  210.       Left            =   0
  211.       TabIndex        =   3
  212.       Top             =   120
  213.       Width           =   6975
  214.    End
  215.    Begin VB.Image Image1 
  216.       BorderStyle     =   1  'Fixed Single
  217.       Height          =   615
  218.       Index           =   64
  219.       Left            =   4440
  220.       Top             =   4920
  221.       Width           =   615
  222.    End
  223.    Begin VB.Image Image1 
  224.       BorderStyle     =   1  'Fixed Single
  225.       Height          =   615
  226.       Index           =   63
  227.       Left            =   3840
  228.       Top             =   4920
  229.       Width           =   615
  230.    End
  231.    Begin VB.Image Image1 
  232.       BorderStyle     =   1  'Fixed Single
  233.       Height          =   615
  234.       Index           =   62
  235.       Left            =   3240
  236.       Top             =   4920
  237.       Width           =   615
  238.    End
  239.    Begin VB.Image Image1 
  240.       BorderStyle     =   1  'Fixed Single
  241.       Height          =   615
  242.       Index           =   61
  243.       Left            =   2640
  244.       Top             =   4920
  245.       Width           =   615
  246.    End
  247.    Begin VB.Image Image1 
  248.       BorderStyle     =   1  'Fixed Single
  249.       Height          =   615
  250.       Index           =   60
  251.       Left            =   2040
  252.       Top             =   4920
  253.       Width           =   615
  254.    End
  255.    Begin VB.Image Image1 
  256.       BorderStyle     =   1  'Fixed Single
  257.       Height          =   615
  258.       Index           =   59
  259.       Left            =   1440
  260.       Top             =   4920
  261.       Width           =   615
  262.    End
  263.    Begin VB.Image Image1 
  264.       Borde